home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
almanac1.sit
/
Almanac 1.82.sit
/
Almanac
/
background_3340.txt
< prev
next >
Wrap
Text File
|
1990-04-21
|
2KB
|
99 lines
-- background: 3340 from stack: in
-- bmap block id: 7955
-- flags: 0000
-- background id: 0
-- name: Info
----- HyperTalk script -----
on openCard
set scroll of field 2 to 0
end openCard
-- part 1 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=30 top=43 right=69 bottom=197
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 15026
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name:
-- part 2 (field)
-- low flags: 00
-- high flags: 0007
-- rect: left=30 top=82 right=310 bottom=486
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 15026
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=455 top=39 right=69 bottom=488
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pop card
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=241 top=36 right=63 bottom=277
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
if the short name of this card is "One"
then
else go prev card
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=371 top=36 right=63 bottom=407
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
if number of this card = number of cards
then
else go next card
end mouseUp